home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / widget / r3tgroup.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.8 KB  |  76 lines

  1.  
  2. // JavaScript wrapper for r3tgroup.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_TOOLGROUP_H = 1;
  7. include("real/windows/r3dtgwin.js")
  8.  
  9.  
  10. var R3CLID_TOOLGROUP = 889;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3TGA_GroupName = 889502;
  19. function SetR3TGA_GroupName(value) {
  20.   R3Set(this.r3obj, R3TGA_GroupName, value, R3TID_STRING, 0); 
  21. }
  22.  
  23. function GetR3TGA_GroupName() {
  24.   return R3Get(this.r3obj, R3TGA_GroupName, R3TID_STRING, 0); 
  25. }
  26.  
  27. R3TGA_Children = 889503;
  28. function GetR3TGA_Children() {
  29.   return R3Get(this.r3obj, R3TGA_Children, R3TID_LIST, R3TNF_ARRAY); 
  30. }
  31.  
  32. R3TGA_RootWindow = 889508;
  33. function SetR3TGA_RootWindow(value) {
  34.   R3Set(this.r3obj, R3TGA_RootWindow, value, R3TID_OBJECT, 0); 
  35. }
  36.  
  37. function GetR3TGA_RootWindow() {
  38.   return R3ToJS(R3Get(this.r3obj, R3TGA_RootWindow, R3TID_OBJECT, 0)); 
  39. }
  40.  
  41. R3TGA_LayerList = 889509;
  42. function SetR3TGA_LayerList(value) {
  43.   R3Set(this.r3obj, R3TGA_LayerList, value, R3TID_OBJECT, 0); 
  44. }
  45.  
  46. function GetR3TGA_LayerList() {
  47.   return R3ToJS(R3Get(this.r3obj, R3TGA_LayerList, R3TID_OBJECT, 0)); 
  48. }
  49.  
  50. R3TGA_GroupManager = 889510;
  51. function GetR3TGA_GroupManager() {
  52.   return R3ToJS(R3Get(this.r3obj, R3TGA_GroupManager, R3TID_OBJECT, 0)); 
  53. }
  54.  
  55.  
  56.  
  57. function r3Toolgroup () { 
  58.    this.base = r3God;
  59.    if(arguments.length) {
  60.       this.base(R3CLID_TOOLGROUP, arguments);
  61.    }
  62.    // Methods
  63.  
  64.    // Attributes
  65.    this.GetGroupName=GetR3TGA_GroupName;
  66.    this.SetGroupName=SetR3TGA_GroupName;
  67.    this.GetChildren=GetR3TGA_Children;
  68.    this.GetRootWindow=GetR3TGA_RootWindow;
  69.    this.SetRootWindow=SetR3TGA_RootWindow;
  70.    this.GetLayerList=GetR3TGA_LayerList;
  71.    this.SetLayerList=SetR3TGA_LayerList;
  72.    this.GetGroupManager=GetR3TGA_GroupManager;
  73. }
  74.  
  75. r3Toolgroup.prototype=new r3Droptargetwindow;
  76. // r3tgroup.h_H